projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe45832
)
uniphier: fix alignment of build log
author
Masahiro Yamada
<
[email protected]
>
Tue, 19 Dec 2017 16:37:15 +0000
(
01:37
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 20 Dec 2017 03:33:01 +0000
(12:33 +0900)
The build log should be indented with two spaces for correct alignment.
Signed-off-by: Masahiro Yamada <
[email protected]
>
plat/socionext/uniphier/platform.mk
patch
|
blob
|
history
diff --git
a/plat/socionext/uniphier/platform.mk
b/plat/socionext/uniphier/platform.mk
index 3c78054b17970d16fbfcc11ded5d1407422d7a01..41d0444877aa27bc17d55faba5c0b1e95bd06dfe 100644
(file)
--- a/
plat/socionext/uniphier/platform.mk
+++ b/
plat/socionext/uniphier/platform.mk
@@
-116,5
+116,5
@@
endif
.PHONY: bl1_gzip
bl1_gzip: $(BUILD_PLAT)/bl1.bin.gzip
%.gzip: %
- @echo "
GZIP
$@"
+ @echo "
GZIP
$@"
$(Q)(cat $< | gzip -n -f -9 > $@) || (rm -f $@ || false)